home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / PROGRAMM / DB_CLIPP / 0292.ZIP / DCRUNCH.DOC < prev    next >
Text File  |  1986-11-07  |  463b  |  11 lines

  1. dCRUNCH.COM was written by Jon Wind on 10/2/86
  2.  
  3. It takes dBASE III program files and trims most commands to four
  4. letters, removes comments, blank lines, and all indentation, creating
  5. new files with extensions of ".DB3".  Files may be directed to any
  6. drive/directory.  Use /e to enable automatic overwriting; /s to disable
  7. display.
  8.  
  9. Place in batch files with the following usage (ext defaults to PRG):
  10. CRUNCH d:\path\filename.ext [d:\outpath] [/e] [/s]
  11.